Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 6ef13ded7800ec8d76892b4c94c6281ab34289d8


Parents : 7746a2d
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-02T01:15:58-06:00

feat(locales): add Micron Editor translations for German, English, and Russian

Changes
Diff

diff --git a/meshchatx/src/frontend/locales/de.json b/meshchatx/src/frontend/locales/de.json
index c80382c1..abab36dd 100644
--- a/meshchatx/src/frontend/locales/de.json
+++ b/meshchatx/src/frontend/locales/de.json
@@ -411,6 +411,16 @@
"rnode_flasher": {
"title": "RNode Flasher",
"description": "RNode-Adapter flashen und aktualisieren, ohne die Kommandozeile zu berühren."
+ },
+ "micron_editor": {
+ "title": "Micron Editor",
+ "description": "Micron-Markup bearbeiten und mit Live-Rendering anzeigen.",
+ "editor": "Editor",
+ "preview": "Vorschau",
+ "download": "Herunterladen",
+ "edit": "Bearbeiten",
+ "view_preview": "Vorschau anzeigen",
+ "placeholder": "Geben Sie hier Ihr Micron-Markup ein..."
}
},
"ping": {

diff --git a/meshchatx/src/frontend/locales/en.json b/meshchatx/src/frontend/locales/en.json
index 5a854f0b..20dc61b0 100644
--- a/meshchatx/src/frontend/locales/en.json
+++ b/meshchatx/src/frontend/locales/en.json
@@ -411,6 +411,16 @@
"rnode_flasher": {
"title": "RNode Flasher",
"description": "Flash and update RNode adapters without touching the command line."
+ },
+ "micron_editor": {
+ "title": "Micron Editor",
+ "description": "Edit and preview Micron markup with live rendering.",
+ "editor": "Editor",
+ "preview": "Preview",
+ "download": "Download",
+ "edit": "Edit",
+ "view_preview": "View Preview",
+ "placeholder": "Enter your Micron markup here..."
}
},
"ping": {

diff --git a/meshchatx/src/frontend/locales/ru.json b/meshchatx/src/frontend/locales/ru.json
index 61365b4e..ed213e01 100644
--- a/meshchatx/src/frontend/locales/ru.json
+++ b/meshchatx/src/frontend/locales/ru.json
@@ -411,6 +411,16 @@
"rnode_flasher": {
"title": "RNode Flasher",
"description": "Прошивка и обновление адаптеров RNode без использования командной строки."
+ },
+ "micron_editor": {
+ "title": "Редактор Micron",
+ "description": "Редактирование и предпросмотр разметки Micron с живым рендерингом.",
+ "editor": "Редактор",
+ "preview": "Предпросмотр",
+ "download": "Скачать",
+ "edit": "Редактировать",
+ "view_preview": "Просмотр",
+ "placeholder": "Введите разметку Micron здесь..."
}
},
"ping": {


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────